home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-06-07 | 1.0 KB | 61 lines |
- ; Copyright 2004 O&O Software GmbH
-
- [Version]
- signature = "$Windows NT$"
- Class = "ActivityMonitor"
- ClassGuid = {b86dff51-a31e-4bac-b3cf-e8cfe75c9fc2}
- Provider = %OO%
- DriverVer = 02/16/2004,1.0.0.1
- CatalogFile =
-
-
- [DestinationDirs]
- DefaultDestDir = 12
- DL.DriverFiles = 12
-
-
- [DefaultInstall]
- OptionDesc = %DLServiceDesc%
- CopyFiles = DL.DriverFiles
-
-
- [SourceDisksNames]
- 1 = %Disk1%
-
-
- [SourceDisksFiles]
- OODrvled.sys = 1
-
- [DefaultInstall.Services]
- AddService = %DLServiceName%,,DL.Service
-
-
- [DefaultUninstall]
- DelFiles = DL.DriverFiles
-
-
- [DefaultUninstall.Services]
- DelService = %DLServiceName%,0x200
-
-
- [DL.Service]
- DisplayName = %DLServiceName%
- Description = %DLServiceDesc%
- ServiceBinary = %12%\OODrvled.sys
- ServiceType = 2
- StartType = 3
- ErrorControl = 1
- LoadOrderGroup = "filter"
-
-
-
- [DL.DriverFiles]
- OODrvled.sys
-
-
- [Strings]
- OO = "O&O Software GmbH"
- DLServiceDesc = "DriveLed Pro Filter Driver"
- DLServiceName = "OODrvled"
- Disk1 = "O&O DriveLed Pro disk"
-